home *** CD-ROM | disk | FTP | other *** search
/ PCMania 73 / PCMania CD73_1.iso / sharewar / utiles / dlsupcbf / DLSupCBF.exe / 0 / RCDATA / TFRMDIRLOOKUP / TFRMDIRLOOKUP.txt
Text File  |  1998-09-02  |  6KB  |  212 lines

  1. object FrmDirLookUp: TFrmDirLookUp
  2.   Left = 296
  3.   Top = 250
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 237
  7.   ClientWidth = 363
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 14
  14.   object DLDrLbl: TLabel
  15.     Left = 16
  16.     Top = 188
  17.     Width = 41
  18.     Height = 16
  19.     Caption = 'Drive:'
  20.     Font.Color = clBlack
  21.     Font.Height = -13
  22.     Font.Name = 'Arial'
  23.     Font.Style = [fsBold]
  24.     ParentFont = False
  25.   end
  26.   object DLDirNmLbl: TLabel
  27.     Left = 77
  28.     Top = 64
  29.     Width = 132
  30.     Height = 16
  31.     Caption = 'H:\$Delphi2\DLSupCDr'
  32.     Font.Color = clWindowText
  33.     Font.Height = -13
  34.     Font.Name = 'Arial'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object Label1: TLabel
  39.     Left = 14
  40.     Top = 63
  41.     Width = 61
  42.     Height = 16
  43.     Caption = 'Directory:'
  44.     Font.Color = clWindowText
  45.     Font.Height = -13
  46.     Font.Name = 'Arial'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.   end
  50.   object DLDirectoryListBox1: TDirectoryListBox
  51.     Left = 15
  52.     Top = 84
  53.     Width = 194
  54.     Height = 97
  55.     DirLabel = DLDirNmLbl
  56.     ItemHeight = 16
  57.     TabOrder = 0
  58.   end
  59.   object DLDriveComboBox1: TDriveComboBox
  60.     Left = 15
  61.     Top = 207
  62.     Width = 194
  63.     Height = 20
  64.     DirList = DLDirectoryListBox1
  65.     TabOrder = 1
  66.   end
  67.   object DLUNewDirBut: TBitBtn
  68.     Left = 227
  69.     Top = 83
  70.     Width = 129
  71.     Height = 25
  72.     Caption = 'Use As New Dir'
  73.     Font.Color = clMaroon
  74.     Font.Height = -13
  75.     Font.Name = 'Arial'
  76.     Font.Style = [fsBold]
  77.     ParentFont = False
  78.     TabOrder = 2
  79.     OnClick = DLUNewDirButClick
  80.     Glyph.Data = {
  81.       78010000424D7801000000000000760000002800000020000000100000000100
  82.       04000000000000000000120B0000120B00000000000000000000000000000000
  83.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  84.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
  85.       3333333333777F33333333333309033333333333337F7F333333333333090333
  86.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  87.       33333333337F7F33333333333309033333333333FF7F7FFFF333333000090000
  88.       3333333777737777F333333099999990333333373F3333373333333309999903
  89.       333333337F33337F33333333099999033333333373F333733333333330999033
  90.       3333333337F337F3333333333099903333333333373F37333333333333090333
  91.       33333333337F7F33333333333309033333333333337373333333333333303333
  92.       333333333337F3333333333333303333333333333337333333330000}
  93.     NumGlyphs = 2
  94.   end
  95.   object DLUOldDirBut: TBitBtn
  96.     Left = 227
  97.     Top = 120
  98.     Width = 129
  99.     Height = 25
  100.     Caption = 'Use As Old Dir'
  101.     Font.Color = clTeal
  102.     Font.Height = -13
  103.     Font.Name = 'Arial'
  104.     Font.Style = [fsBold]
  105.     ParentFont = False
  106.     TabOrder = 3
  107.     OnClick = DLUOldDirButClick
  108.     Glyph.Data = {
  109.       78010000424D7801000000000000760000002800000020000000100000000100
  110.       04000000000000000000120B0000120B00000000000000000000000000000000
  111.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  112.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  113.       333333333337F33333333333333033333333333333373F333333333333090333
  114.       33333333337F7F33333333333309033333333333337373F33333333330999033
  115.       3333333337F337F33333333330999033333333333733373F3333333309999903
  116.       333333337F33337F33333333099999033333333373333373F333333099999990
  117.       33333337FFFF3FF7F33333300009000033333337777F77773333333333090333
  118.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  119.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  120.       33333333337F7F333333333333000333333333333377733333330000}
  121.     NumGlyphs = 2
  122.   end
  123.   object DLReturnBut: TBitBtn
  124.     Left = 227
  125.     Top = 156
  126.     Width = 129
  127.     Height = 25
  128.     Hint = 'Return to Main Tabbed Panel'
  129.     Caption = '   Return'
  130.     Font.Color = clBlue
  131.     Font.Height = -13
  132.     Font.Name = 'Arial'
  133.     Font.Style = [fsBold]
  134.     ModalResult = 1
  135.     ParentFont = False
  136.     ParentShowHint = False
  137.     ShowHint = True
  138.     TabOrder = 4
  139.     OnClick = DLReturnButClick
  140.     Glyph.Data = {
  141.       78010000424D7801000000000000760000002800000020000000100000000100
  142.       04000000000000000000120B0000120B00000000000000000000000000000000
  143.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  144.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  145.       3333333333333333333333333333333333333333333333333333333333333333
  146.       3333333333333FF3333333333333003333333333333F77F33333333333009033
  147.       333333333F7737F333333333009990333333333F773337FFFFFF330099999000
  148.       00003F773333377777770099999999999990773FF33333FFFFF7330099999000
  149.       000033773FF33777777733330099903333333333773FF7F33333333333009033
  150.       33333333337737F3333333333333003333333333333377333333333333333333
  151.       3333333333333333333333333333333333333333333333333333333333333333
  152.       33333333333333333333333333333333333333333333333333330000}
  153.     NumGlyphs = 2
  154.   end
  155.   object Panel1: TPanel
  156.     Left = 13
  157.     Top = 4
  158.     Width = 343
  159.     Height = 53
  160.     BevelInner = bvLowered
  161.     TabOrder = 5
  162.     object DLNLbl: TLabel
  163.       Left = 4
  164.       Top = 5
  165.       Width = 90
  166.       Height = 16
  167.       Caption = 'New Input Dir:'
  168.       Font.Color = clWindowText
  169.       Font.Height = -13
  170.       Font.Name = 'Arial'
  171.       Font.Style = [fsBold]
  172.       ParentFont = False
  173.     end
  174.     object DLOLbl: TLabel
  175.       Left = 4
  176.       Top = 29
  177.       Width = 88
  178.       Height = 16
  179.       Caption = 'Old  Input Dir:'
  180.       Font.Color = clWindowText
  181.       Font.Height = -13
  182.       Font.Name = 'Arial'
  183.       Font.Style = [fsBold]
  184.       ParentFont = False
  185.     end
  186.     object DLUpLabelO: TLabel
  187.       Left = 99
  188.       Top = 30
  189.       Width = 4
  190.       Height = 16
  191.       Caption = 'DLUpLabelO'
  192.       Font.Color = clWindowText
  193.       Font.Height = -13
  194.       Font.Name = 'Arial'
  195.       Font.Style = [fsBold]
  196.       ParentFont = False
  197.     end
  198.     object DLUpLabelN: TLabel
  199.       Left = 99
  200.       Top = 6
  201.       Width = 4
  202.       Height = 16
  203.       Caption = 'DLUpLabelN'
  204.       Font.Color = clWindowText
  205.       Font.Height = -13
  206.       Font.Name = 'Arial'
  207.       Font.Style = [fsBold]
  208.       ParentFont = False
  209.     end
  210.   end
  211. end
  212.